
This resource address returns the configuration properties of the named group in the cluster.
| URL Parameters | |
|---|---|
| format | The format of the posted data. Can be either
json or xml (default). This value overrides the Accept header if both are present. |
| Request Headers | |
|---|---|
| Accept | The expected MIME type of the request body. If
the format? parameter is present, it takes precedence over the Accept header. |
Upon success, MarkLogic Server returns status code 200 (OK). The response body contains the requested data. If the payload is malformed, a status code of 400 (Bad Request)is returned. A status code of 401 (Unauthorized) is returned if the user does not have the necessary privileges.
manage-admin role, or the following
privilege:
http://marklogic.com/xdmp/privileges/manage-admin
The name name is reserved.
The value of the group-id property is not returned, its converted value is
returned in the "name" property.
The values of the meters-database and security-database properties are converted into names.
The task server and scheduled properties will be addressed through a separate endpoint.
Response will be valid according to the schema type group-properties in
the manage-group-properties.xsd schema. JSON payloads are internally converted
to XML before validation.
group-nameallow-dynamic-hostscache-sizinglist-cache-sizelist-cache-partitionscompressed-tree-cache-sizecompressed-tree-cache-partitionsexpanded-tree-cache-sizeexpanded-tree-cache-partitionstriple-cache-sizetriple-cache-partitionstriple-value-cache-sizetriple-value-cache-partitionscompressed-tree-read-sizetriple-cache-timeouttriple-value-cache-timeoutsmtp-relaysmtp-timeouthttp-user-agenthttp-timeoutxdqp-timeouthost-timeouthost-initial-timeoutretry-timeoutmodule-cache-timeoutsystem-log-levelfile-log-levelrotate-log-fileskeep-log-filesfailover-enablexdqp-ssl-enabledxdqp-ssl-min-allow-tlsxdqp-ssl-ciphersxdqp-ssl-ciphersuitesschemasThis is a complex structure with the following children:
schemaThis is a complex structure with the following children:
namespace-urischema-locationnamespacesThis is a complex structure with the following children:
namespaceThis is a complex structure with the following children:
prefixnamespace-uriusing-namespacesThis is a complex structure with the following children:
using-namespaceThis is a complex structure with the following children:
namespace-urimodule-locationsThis is a complex structure with the following children:
module-locationThis is a complex structure with the following children:
namespace-urilocationevents-activatedeventsThis is a complex structure with the following children:
eventauditThis is a complex structure with the following children:
audit-enabledrotate-audit-fileskeep-audit-filesaudit-eventsThis is a complex structure with the following children:
audit-eventThis is a complex structure with the following children:
audit-event-nameaudit-event-enabledaudit-restrictionsThis is a complex structure with the following children:
audit-restrictionThis is a complex structure with the following children:
audit-restriction-nameaudit-restriction-typeaudit-restriction-itemsbackground-io-limitmetering-enabledperformance-metering-enabledmeters-databaseperformance-metering-periodperformance-metering-retain-rawperformance-metering-retain-hourlyperformance-metering-retain-dailytelemetry-log-leveltelemetry-meteringtelemetry-configtelemetry-usagetelemetry-session-endpointtelemetry-proxys3-domains3-protocols3-server-side-encryptions3-server-side-encryption-kms-keys3-proxyazure-storage-proxysecurity-databasetemporary-directoryoptimized-plan-cache-timeout
curl -X GET --anyauth -u admin:admin --header "Content-Type:application/json" \
http://localhost:8002/manage/v2/groups/Foo/properties
==> Returns the properties of the "Foo" group in the cluster.